Skip to content

Conversation

@glennsarti
Copy link
Contributor

Previously the gemspec was using 'git ls-file' to retrieve the file list for
the gem, however this is problematic during development as untracked files are
not added, which can then cause an incomplete gem tarball to used during the
acceptance tests, which cause false negative test results.

This commit updates the Gemspec to use the more common Dir[..] method as used in
the PDK.

Previously the gemspec was using 'git ls-file' to retrieve the file list for
the gem, however this is problematic during development as untracked files are
not added, which can then cause an incomplete gem tarball to used during the
acceptance tests, which cause false negative test results.

This commit updates the Gemspec to use the more common Dir[..] method as used in
the PDK.
@scotje scotje merged commit 1dca520 into puppetlabs:master Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants